home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / sound / dmpla289.zip / DMP.REV < prev    next >
Text File  |  1994-04-02  |  41KB  |  932 lines

  1.             -----------------------
  2.             REVISION HISTORY OF DMP
  3.             -----------------------
  4.  
  5.          Latest version is always available at:
  6.  
  7.          ┌─────────────────────────────────────────────┐
  8.          │ R.A. LAW       +358-37-5849007  v32bis/ZyX  │
  9.          │ ftp.wustl.edu  /pub/MSDOS_UPLOADS/modplayers│
  10.          └─────────────────────────────────────────────┘
  11.  
  12.        For other support sites take a look at SUPPORT.DMP
  13.  
  14. *** ---------------------------------------------------------------------- ***
  15.  
  16. Version 2.89    New detection routines for SB           April 3rd, 1994
  17.                 Optional DMA for GUS
  18.  
  19.         - New detection routines for SB family. These routines use
  20.           the BLASTER environment variable (if available) to detect the
  21.           presense of Sound Blaster (Pro, 16). If BLASTER is not available
  22.           the old hardware detection routines are used instead.
  23.         + You can now use either the old byte-by-byte transfer method or
  24.           the new DMA transfer. Parameter '-g' enables the non-DMA
  25.           method.
  26.         - Fixed a bug in AudioTrix Pro (and Windows Sound System) exit
  27.           routine that caused incorrect IRQ and DMA channel to be active
  28.           after exit.
  29.         * Another new Internet mail address, you can now reach me at:
  30.  
  31.                 otto.chrons@cc.tut.fi           ( easier to remember ;) )
  32.                 c142092@lehtori.cc.tut.fi
  33.                 c142092@proffa.cc.tut.fi
  34.  
  35. *** ---------------------------------------------------------------------- ***
  36.  
  37. Version 2.88    Loaders fixed                           March 20th, 1994
  38.  
  39.     - GUS DMA bugs fixed. If you had differing DMA channels for
  40.       recording and output, DMP would lock up.
  41.     - MTM and FAR loaders work now significantly better
  42.     * New Internet mail address:
  43.  
  44.         c142092@lehtori.cc.tut.fi
  45.  
  46. *** ---------------------------------------------------------------------- ***
  47.  
  48. Version 2.87    GUS bug fixes                           March 13th, 1994
  49.  
  50.     - Samples are now downloaded into GUS using DMA
  51.     - GUS player bugs fixed (skipped notes, inaccuracy)
  52.     - With PAS the DMA transfer was not stopped after exit -> slow down
  53.     * Released a 32-bit version of DMP. Check out for DMP/32
  54.  
  55. *** ---------------------------------------------------------------------- ***
  56.  
  57. Version 2.86    Bug fixes                               February 26th, 1994
  58.                 New batch features
  59.  
  60.     - Fixed the quality mode bug in 2.85 that caused lockups
  61.     + New commandline option '-X' enables quiet screen mode. In this
  62.       mode DMP writes absolutely NOTHING to the screen. Great for
  63.       batch files.
  64.     + Error level support for '-Wcmd' option. If your spawned program
  65.       returns with error level 68, DMP exits immediately. Meant to be
  66.       used within batch files...
  67.     - You now have 1 second to decide whether to play corrupted modules
  68.       or not. Press 'N' or ESC if you don't want to play the module.
  69.     - Fixed the MTM loader's heap corrupting bug.
  70.  
  71. *** ---------------------------------------------------------------------- ***
  72.  
  73. Version 2.85    Bug fixes                February 22nd, 1994
  74.  
  75.     * Skipped 2.84 because a fake version had that version number
  76.     - Fixed the division by zero bug with SB16
  77.     - Corrupted modules are now played
  78.  
  79. *** ---------------------------------------------------------------------- ***
  80.  
  81. Version 2.83    SB 44kHz mono support (SB Pro, SB 2.00)    February 14th, 1994
  82.         AudioTrix Pro support
  83.         Amplifying bug fixed
  84.  
  85.     + SB and SB Pro 44kHz support. Use -m with SB Pro to force mono.
  86.     + AudioTrix Pro support (use WSS options)
  87.       DMP -c8 -d3 -p530 module
  88.     - Lots of internal changes for better code.
  89.     - Fixed the amplifying bug (parameter -aXX)
  90.     - Another S3M volume slide bug fixed
  91.  
  92. *** ---------------------------------------------------------------------- ***
  93.  
  94. Version 2.82    Faster mixing                January 31st, 1994
  95.  
  96.     + Rewritten mixing routines are now about 25% faster on my 486/33
  97.     - PAS DMA bugs fixed (hopefully). Caused flipped L/R channels, or
  98.       noise.
  99.  
  100. *** ---------------------------------------------------------------------- ***
  101.  
  102. Version 2.81    S3M bug fixes                           January 24th, 1994
  103.         New customization options
  104.         Player bugs fixed
  105.  
  106.     - S3M volume slide bug fixed
  107.     - Pitch bending bugs fixed (mainly in S3Ms)
  108.     + New options in DMP.INI
  109.       * VGA hardware palette
  110.         - now you have total control over DMP's outlook
  111.       * Channel ID characters in instrument list
  112.         - you can easily change the IDs to digits or any other characters
  113.       Check out the DMP.INI for these two features
  114.     - some GUS bugs fixed, mainly with 14+ channel music
  115.  
  116. *** ---------------------------------------------------------------------- ***
  117.  
  118. Version 2.80    GUS bug fixes                           January 17th, 1994
  119.         25/50 row display
  120.  
  121.     - Some GUS bugs fixed: new volume table, lot less "missing" notes,
  122.       some IRQ bugs fixed
  123.     + You can now switch the screen to 25/50 lines by pressing 'Z'
  124.       Or you can use command line option '-Z25' or '-Z50'
  125.  
  126.       BTW, my birthday is on the 30th of January (I'll be 21) so if
  127.       you haven't sent the "I like DMP" card, now is the right time!
  128.  
  129. *** ---------------------------------------------------------------------- ***
  130.  
  131. Version 2.79    FAR loader                              January 2nd, 1994
  132.         Bug fixes
  133.  
  134.     + DMP now loads Farandole Composer's FAR modules
  135.     - some bugs with MOD/MTM loader fixed
  136.     - "Cmdline" in DMP.INI works now correctly
  137.  
  138.              HAPPY NEW YEAR TO ALL DMP USERS!
  139.  
  140. *** ---------------------------------------------------------------------- ***
  141.  
  142. Version 2.78    Bug fixes                               December 11th, 1993
  143.  
  144.         - Fixed a bug that caused delayed playing on some tracks (2.74-2.77)
  145.         - Added a new feature to MOD/MTM loaders to make it more
  146.           compatible with ProTracker
  147.         - Fixed the bug with multiple file archives
  148.         - Instrument numbers are now alphabets.
  149.  
  150. *** ---------------------------------------------------------------------- ***
  151.  
  152. Version 2.77    Bug fixes                               December 6th, 1993
  153.                 Monochrome screen
  154.                 Real volume bars for GUS
  155.  
  156.         - A tiny bug in GUS heap routines caused weird errors
  157.         - New volume table for GUS -> less clicks
  158.         + Real volume bars for GUS
  159.         + Monochrome screen support in DMP.INI (check it!)
  160.  
  161. *** ---------------------------------------------------------------------- ***
  162.  
  163. Version 2.76    DMP.INI                                 December 6th, 1993
  164.                 Archive support (general)
  165.                 Bug fixes
  166.  
  167.         - Some bugs with Timer Service fixed
  168.         - MTM loader bugs fixed
  169.         + DMP now has a config file: DMP.INI. Check out the descriptions
  170.           in DMP.INI for more information
  171.         + You can now play packed modules. See DMP.INI for information
  172.           on how to use your favourite packing program with DMP
  173.  
  174. *** ---------------------------------------------------------------------- ***
  175.  
  176. Version 2.75    Bug fixes                               December 3rd, 1993
  177.  
  178.         - New reset routine for GUS
  179.         - A bug in S3M loader fixed
  180.         - Many internal changes for forthcoming DSMI/32
  181.           which is a 32-bit flat model (Watcom C/C++) version of DSMI.
  182.       Already works with GUS
  183.         - Better MTM support (upto 32 channels now)
  184.  
  185. *** ---------------------------------------------------------------------- ***
  186.  
  187. Version 2.74    MTM support                             November 28th, 1993
  188.  
  189.         + DMP now loads and plays MTM modules created with MultiTracker
  190.         * I had to skip 2.73 because some lamer had done a fake 2.73 (which
  191.           didn't even work..)
  192.         - New postcard address
  193.         - LOTS of internal changes (for forthcoming DSMI/32)
  194.  
  195. *** ---------------------------------------------------------------------- ***
  196.  
  197. Version 2.72    Bug fixes                               November 13th, 1993
  198.  
  199.         - Uhh, a major bug in CDI caused crashes with other soundcards
  200.           than GUS (and maybe even with GUS)... I wonder when I learn to